home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / HyperCard-SuperCard / reference / Reference Frame / card_9032.txt < prev    next >
Text File  |  1989-07-09  |  1KB  |  72 lines

  1. -- card: 9032 from stack: in
  2. -- bmap block id: 3319
  3. -- flags: 4000
  4. -- background id: 2889
  5. -- name: Title
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menuBar
  9. end openCard
  10.  
  11. on closeCard
  12.   show menuBar
  13. end closeCard
  14.  
  15.  
  16.  
  17. -- part 6 (button)
  18. -- low flags: 00
  19. -- high flags: 2000
  20. -- rect: left=246 top=153 right=206 bottom=280
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 1013 / 1013
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Next
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual effect iris open slow
  32.   go to card "Information"
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 7 (button)
  38. -- low flags: 00
  39. -- high flags: 2000
  40. -- rect: left=227 top=153 right=206 bottom=261
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 1014 / 1014
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: Prev
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   visual effect iris open slow
  52.   go to card "Options"
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part contents for card part 3
  58. ----- text -----
  59.  
  60. Written by:
  61.  
  62.           Craig E Rasmussen
  63.        Utah State University
  64.           Logan, Utah 84321
  65.             (801) 750 2967
  66.  
  67. December, 1987
  68.  
  69. All rights reserved.
  70.  
  71.  
  72.